GSK: Add initial Visual Studio projects
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 26 Oct 2016 10:23:38 +0000 (18:23 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 26 Oct 2016 10:30:09 +0000 (18:30 +0800)
commitac875073fc9eb567c9143db1ee560719a7485a47
tree336bab3892cad6665c0ffcf9212a411b33d19469
parentc9ce0bd4bac596d1d55c1008d2148d8ea58835b0
GSK: Add initial Visual Studio projects

This adds the initial MSVC build items needed to build GSK under Visual Studio,
this is part of it that is required, we need to add items to the property sheets
to generate the code that is generated via glib-mkenums and glib-compile-resources.

This set includes, with the autotools scripts for the complete:
-GSK project files, which is integrated into the gtk+-4.sln.
-The NMake snippets to build the introspection files for GSK.
-The .bat files to call glib-mkenums to generate the enumeration sources.
12 files changed:
build/win32/Makefile.am
build/win32/gen-enums.batin [new file with mode: 0644]
build/win32/gtkpc.py
build/win32/vs12/Makefile.am
build/win32/vs12/gsk-4.vcxproj.filtersin [new file with mode: 0755]
build/win32/vs12/gsk-4.vcxprojin [new file with mode: 0755]
build/win32/vs12/gtk+-4.sln
build/win32/vs12/gtk-4.vcxprojin
build/win32/vs12/gtk4-install.propsin
build/win32/vs12/gtk4-install.vcxproj
build/win32/vs14/Makefile.am
gsk/Makefile.am